home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 28 / MACUSER-MACBIN28A-1996-03.ISO.7z / MACUSER-MACBIN28A-1996-03.ISO / Demo / MachTen 4.0.2 Demo / X Window Software / X11R5 / man / mann / xmag.0 < prev    next >
Text File  |  1995-08-14  |  3KB  |  127 lines

  1. NAME
  2.        xmag - magnify parts of the screen
  3.  
  4. SYNOPSIS
  5.        xmag  [ -mag magfactor ] [ -source geom ] [ -toolkitoption
  6.        ... ]
  7.  
  8. DESCRIPTION
  9.        The xmag program allows you to magnify portions  of  an  X
  10.        screen.  If no explicit region is specified, a square with
  11.        the pointer in the upper left corner is displayed indicat-
  12.        ing  the area to be enlarged.  The area can be dragged out
  13.        to the desired size by pressing Button 2.  Once  a  region
  14.        has  been  selected, a window is popped up showing a blown
  15.        up version of the region in which each pixel in the source
  16.        image  is represented by a small square of the same color.
  17.        Pressing Button1 in the enlargement window shows the posi-
  18.        tion  and  RGB  value of the pixel under the pointer until
  19.        the button is released.  Typing "Q"  or  "^C"  in  the
  20.        enlargement window exits the program.  The application has
  21.        5 buttons across its top.  Close deletes  this  particular
  22.        magnification instance.  Replace brings up the rubber band
  23.        selector again to select another region for this  magnifi-
  24.        cation  instance.   New brings up the rubber band selector
  25.        to create a new magnification instance.  Cut puts the mag-
  26.        nification image into the primary selection.  Paste copies
  27.        the primary selection buffer into xmag.  Note that you can
  28.        cut and paste between xmag and the bitmap program.  Resiz-
  29.        ing xmag resizes the magnification area.   xmag  preserves
  30.        the colormap, visual, and window depth of the source.
  31.  
  32. WIDGETS
  33.        xmag  uses  the  X Toolkit and the Athena Widget Set.  The
  34.        magnified image is displayed in  the  Scale  widget.   For
  35.        more information, see the Athena Widget Set documentation.
  36.        Below is the widget structure  of  the  xmag  application.
  37.        Indentation indicates hierarchical  structure.  The widget
  38.        class name is given first, followed by the widget instance
  39.        name.
  40.  
  41.             Xmag xmag
  42.                  RootWindow root
  43.                  TopLevelShell xmag
  44.                       Paned pane1
  45.                            Paned pane2
  46.                                 Command close
  47.                                 Command replace
  48.                                 Command new
  49.                                 Command select
  50.                                 Command paste
  51.                                 Label xmag label
  52.                            Paned pane2
  53.                                 Scale scale
  54.                  OverrideShell pixShell
  55.                       Label pixLabel
  56.  
  57.  
  58. OPTIONS
  59.        -source geom   This option specifies the size and/or loca-
  60.                       tion of the source region  on  the  screen.
  61.                       By  default, a 64x64 square is provided for
  62.                       the user to select an area of the screen.
  63.  
  64.        -mag integer   This option indicates the magnification  to
  65.                       be used.  5 is the default.
  66.  
  67. COPYRIGHT
  68.        Copyright 1991, Massachusetts Institute of Technology.
  69.        See X(1) for a full statement of rights and permissions.
  70.  
  71. AUTHORS
  72.        Dave Sternlicht and Davor Matic, MIT X Consortium.
  73.  
  74. X Version 11                Release 5                           2
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.